home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #12 / K-CD-12-2003.ISO / LookDisk / Look disk setup.exe / #setuppath# / LDW.EXE / 0 / RCDATA / TPROGRESS / TPROGRESS.txt < prev   
Encoding:
Text File  |  2003-04-25  |  1.9 KB  |  91 lines

  1. object Progress: TProgress
  2.   Left = 310
  3.   Top = 175
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'LookDisk'
  7.   ClientHeight = 156
  8.   ClientWidth = 497
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Panel1: TPanel
  21.     Left = 9
  22.     Top = 7
  23.     Width = 482
  24.     Height = 100
  25.     BevelInner = bvLowered
  26.     TabOrder = 1
  27.     object Label1: TLabel
  28.       Left = 13
  29.       Top = 8
  30.       Width = 456
  31.       Height = 20
  32.       Alignment = taCenter
  33.       AutoSize = False
  34.       Font.Color = clBlack
  35.       Font.Height = -13
  36.       Font.Name = 'Arial'
  37.       Font.Style = [fsBold]
  38.       ParentFont = False
  39.       ParentShowHint = False
  40.       ShowAccelChar = False
  41.       ShowHint = False
  42.     end
  43.     object Label2: TLabel
  44.       Left = 13
  45.       Top = 36
  46.       Width = 460
  47.       Height = 37
  48.       AutoSize = False
  49.       Font.Color = clBlack
  50.       Font.Height = -11
  51.       Font.Name = 'Arial'
  52.       Font.Style = []
  53.       ParentFont = False
  54.       ParentShowHint = False
  55.       ShowAccelChar = False
  56.       ShowHint = False
  57.       WordWrap = True
  58.     end
  59.     object Label3: TLabel
  60.       Left = 12
  61.       Top = 74
  62.       Width = 461
  63.       Height = 20
  64.       AutoSize = False
  65.       Font.Color = clBlack
  66.       Font.Height = -13
  67.       Font.Name = 'Arial'
  68.       Font.Style = []
  69.       ParentFont = False
  70.       ParentShowHint = False
  71.       ShowAccelChar = False
  72.       ShowHint = False
  73.     end
  74.   end
  75.   object BitBtn1: TBitBtn
  76.     Left = 205
  77.     Top = 117
  78.     Width = 87
  79.     Height = 29
  80.     Caption = '&Cancel'
  81.     Font.Color = clBlack
  82.     Font.Height = -13
  83.     Font.Name = 'Arial'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     TabOrder = 0
  87.     OnClick = BitBtn1Click
  88.     Kind = bkCancel
  89.   end
  90. end
  91.